home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Power Tools
/
Programmer Power Tools.iso
/
editor
/
j414src.arc
/
TUNE.C
< prev
next >
Wrap
C/C++ Source or Header
|
1989-10-10
|
890b
|
23 lines
/***************************************************************************
* This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne. JOVE *
* is provided to you without charge, and with no warranty. You may give *
* away copies of JOVE, including sources, provided that this notice is *
* included in all the files. *
***************************************************************************/
#define NOEXTERNS
#include "tune.h"
/* these are variables that can be set with the set command, so they are
allocated more memory than they actually need for the defaults */
char TmpFilePath[64] = ".",
Shell[64] = "COMMAND",
ShFlags[16] = "/C",
CmdDb[64] = "C:/UNIX/CMDS.DOC";
/* these guys are not settable */
char *d_tempfile = "JOVEXXXXXX", /* buffer lines go here */
*Joverc = "JOVE.RC";